home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / dev / asm / cados_13.lha / README next >
Internet Message Format  |  1997-02-03  |  3KB

  1. Date: 3rd Feb 1997
  2. Subject: CadOS 1.3 - release 1
  3.  
  4. I am proud to present the first public release of CadOS, an operating
  5. system to work behind AGA demo-programming.
  6.  
  7. WHAT?
  8. -----
  9. If you look at most demo sources today, you will find they have a operating
  10. system of the coder's invention behind them, at minimum they will have a
  11. little "startup code". There exist some demos that break this rule, but they
  12. don't work on anything other than A500s :-)
  13.  
  14. CadOS is one such demo OS, and a quite advanced one at that. It is a
  15. responsible OS, taking over the OS gracefully, and leaving it pretty much
  16. in the same state it got it.
  17.  
  18. It comes with lots of high level routines, that all coders appreciate.
  19. For example, you can generate an entire copperlist with one call! Another
  20. call can load and unpack a file for you, another can generate a screen
  21. from an IFF file and even unpack the IFF into the bitmap for you.
  22.  
  23. But - unlike most demoOSes - it has DOCUMENTATION!
  24. Over 100k of docs, each function described exactly with AmigaGuide manpages,
  25. also the system itself is described and its features and errorrequesters
  26. are listed.
  27.  
  28. Finally, most importantly, programs that use CadOS are more user-friendly!
  29.  
  30. WHY?
  31. ----
  32. CadOS is my OS. I have developed it for over a year, more than many other
  33. coders have put to their OS. During this time, I have uncovered many
  34. problems with compatibility when one stops the AmigaOS from being the master
  35. of the Amiga, and taking the crown for yourself. The philosophy of CadOS
  36. is to make demos much safer to the user and the user's Amiga, while not
  37. giving up very much of what the coder likes to do. And, to improve the
  38. safety-factor of demos at large, I am allowing anyone to use it, read it's
  39. source, and take it apart to please themselves with. Now any demo coder can
  40. add to or improve his own OS. May the user never need a 'scratch partition'
  41. to run demos.
  42.  
  43. WHERE?
  44. ------
  45. CadOS has a homepage, 
  46.  
  47.            http://www.abdn.ac.uk/~u13sac/kyzer/cados.html
  48.  
  49. you can download it from there, CadOS will also be made available for ftp
  50. from aminet. And you can also expect all good coding sites and BBSes to
  51. carry it.
  52.  
  53. WHAT NOW?
  54. ---------
  55. In the future, I propose to add:
  56. - CIA chip saving (lacking currently!)
  57. - MMU protection.
  58. - much more support sources (I have a backlog to convert!)
  59.  
  60. I would appreciate if people downloaded CadOS and gave it a look, and
  61. tested the executable programs on their Amigas, especially if they have
  62. a 68030 or better, the snazzier the config the better.
  63.  
  64. In particular, I would like feedback:
  65.  
  66. - Does it assemble with your assembler? (tested with PhxAss 4.33)
  67. - Do the binaries work? (tested A1200.020.14.2MbC8MbF.v39.330MbHD and
  68.   A1200.020.14.2MbC0MbF.v39.0MbHD)
  69. - Can you get it to work with one of your sources?
  70. - Do you like it?
  71.  
  72. Enjoy!  -Kyzer/CSG
  73.